home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global voice
- if the soundEnabled = 0 then
- puppetSprite(48, 1)
- set the castNum of sprite 48 to cast "SoundOff2"
- updateStage()
- end if
- puppetPalette("movie palette")
- end
-
- on mouseDown
- if (the clickOn >= 2) and (the clickOn <= 20) then
- BUTTONDOWN()
- else
- if the clickOn = 48 then
- puppetSound("click")
- end if
- end if
- end
-
- on mouseUp
- if (the clickOn >= 2) and (the clickOn <= 48) then
- if soundBusy(2) then
- sound stop 2
- end if
- if the clickOn = 2 then
- playhidden()
- else
- if the clickOn = 3 then
- playwickmov()
- else
- if the clickOn = 4 then
- playchel()
- else
- if the clickOn = 5 then
- playbevhill()
- else
- if the clickOn = 6 then
- playcatmov()
- else
- if the clickOn = 7 then
- playbetray()
- else
- if the clickOn = 8 then
- playsleep()
- else
- if the clickOn = 9 then
- playmurph()
- else
- if the clickOn = 10 then
- playwire()
- else
- if the clickOn = 11 then
- playmikki()
- else
- if the clickOn = 12 then
- playdecep()
- else
- if the clickOn = 13 then
- playfisher()
- else
- if the clickOn = 14 then
- playdrive()
- else
- if the clickOn = 15 then
- playdivorce()
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- if (the clickOn >= 17) and (the clickOn <= 48) then
- puppetSprite(48, 0)
- if the clickOn = 17 then
- go(the frame + 1)
- end if
- if the clickOn = 18 then
- HIDEBUTTON()
- end if
- if the clickOn = 19 then
- ORDERBUTTON()
- end if
- if the clickOn = 20 then
- go("main")
- end if
- end if
- if the clickOn = 48 then
- CHANGESOUND2()
- end if
- end
-
- on exitFrame
- global fixpal
- go(the frame)
- end
-